home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / pandawars.swf / scripts / frame_31 / PlaceObject2_65_106 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-03-20  |  161 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    this._x += ugoki;
  3.    if(this._x > 540)
  4.    {
  5.       ugoki = -5;
  6.    }
  7.    else if(this._x < 100)
  8.    {
  9.       ugoki = 5;
  10.    }
  11. }
  12.